home *** CD-ROM | disk | FTP | other *** search
/ PC101 - Computer Basics / PC101 - Computer Basics.iso / mac / Shared.cxt / 00025_Text_25.txt < prev    next >
Text File  |  2000-11-27  |  1KB  |  15 lines

  1.     /* -- VLCFLIO Message name table -- */
  2. XMessage    "\pII   mWriteChar, charNum  --Writes a single character. Returns error code";
  3. XMessage    "\pIII  mWriteMultiChar, charNum, repeatNum--Writes a char multiple times. Returns error code";
  4. XMessage    "\pIS   mWriteString, string --Writes out a string of chars. Returns error code";
  5. XMessage    "\pI    mReadChar       --Returns a single character";
  6. XMessage    "\pS    mReadLine       --Returns the next line of an input file";
  7. XMessage    "\pI    mGetPosition    --Returns the file position";
  8. XMessage    "\pII   mSetPosition, newPos    --Sets the file position. Returns error code";
  9. XMessage    "\pI    mGetLength      --Returns the number of chars in the file";
  10. XMessage    "\pS    mFileName       --Returns the name of the file";
  11. XMessage    "\pI    mDelete         --Delete the file and dispose of me";
  12. XMessage    "\pI    mStatus         --Returns result code of the last file io activity";
  13. XMessage    "\pSI   +mError, errorCode  --Returns error message string";
  14. XMessage    "\pSI   mReadNthLine    --Returns the nth next line of an input file";
  15.